/ Assembly List / LJCGenDocDAL / DocMethodManager / Retrieve

Namespace - LJCGenDocDAL


Parameters
keyColumns - The key record object.
propertyNames - The included property names.
filters - The filter values.
joins - The join values.

Returns

The Data Object.

Syntax

C#
public DocMethod Retrieve(DbColumns keyColumns, List<String> propertyNames = null, DbFilters filters = null, DbJoins joins = null)

Retrieves a Data Record from the database.

Copyright © Lester J. Clark and Contributors.
Licensed under the MIT License.